PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setHidden Method
If true, do not display or print the annotation or allow it to interact with the user.
In This Topic
    setHidden Method
    In This Topic
    Sets a value indicating whether to display the annotation or not.
    Syntax
    public void setHidden( 
       boolean value
    )

    Parameters

    value
    If true, do not display or print the annotation or allow it to interact with the user.
    See Also